Management API

Base Resource URL:

     https://[server-name]/api/v01/keys/[key-type]/[key-name]

Description:

Provides access to the key with the specified name

Supported Actions:

download  
Method:  GET       Implicit:  No       Returns:  byte[]      
Consumes:  xurl  Produces:  binary 
 
Downloads (as binary stream) content of the key file


remove  
Method:  DELETE       Implicit:  Yes       Returns:  ServiceResponse      
Consumes:  xurl  Produces:  json, xml 
 
Removes key form the storage.


upload  
Method:  PUT       Implicit:  No       Returns:  n/a      
Consumes:  multipart (binary)  Produces:  json, xml 
 
Uploads a new key to the server